Skip to content

Conversation

workingjubilee
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

joboet and others added 11 commits April 27, 2023 09:32
Bump its stabilization version several times along
the way to accommodate changes in release processes.

Co-authored-by: Mara Bos <[email protected]>
Co-authored-by: Trevor Gross <[email protected]>
Stabilize const-weak-new

This is a fairly uncontroversial library stabilization, so I'm going ahead and proposing it to ride the trains to stable.

This stabilizes the following APIs, which are defined to be non-allocating constructors.

```rust
// alloc::rc
impl<T> Weak<T> {
    pub const fn new() -> Weak<T>;
}

// alloc::sync
impl<T> Weak<T> {
    pub const fn new() -> Weak<T>;
}
```

Closes rust-lang#95091

`@rustbot` modify labels: +needs-fcp
…ngjubilee

Use `LazyLock` to lazily resolve backtraces

By using TAIT to name the initializing closure, `LazyLock` can be used to replace the current `LazilyResolvedCapture`.
…-missing-opaque, r=spastorino

Don't install default projection bound for return-position `impl Trait` in trait methods with no body

This ensures that we never try to project to an opaque type in a trait method that has no body to infer its hidden type, which means we never later call `type_of` on that opaque. This is because opaque types try to reveal their hidden type when proving auto traits.

I thought about this a lot, and I think this is a fix that's less likely to introduce other strange downstream ICEs than rust-lang#113461.

r? `@spastorino`
…er-errors

Fix simd_bswap for i8/u8

rust-lang#114156 missed this test case ☹️
cc `@workingjubilee`
Fix empty_write since rust version attribute

Fixup of rust-lang#98154 for the rust version.

r? `@workingjubilee`
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Jul 31, 2023
@workingjubilee
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Jul 31, 2023

📌 Commit 9cda20a has been approved by workingjubilee

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 31, 2023
@bors
Copy link
Collaborator

bors commented Jul 31, 2023

⌛ Testing commit 9cda20a with merge e472f8f4e2578d1ce06c01a6f31427fa3ac384f1...

@rust-log-analyzer
Copy link
Collaborator

The job armhf-gnu failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
test [ui] tests/ui/simd/intrinsic/generic-arithmetic-pass.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-bitmask-pass.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-as.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-arithmetic-saturating-pass.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-bswap-byte.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-cast.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-comparison.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-elements.rs ... ok
test [ui] tests/ui/simd/intrinsic/generic-cast-pointer-width.rs ... ok

@bors
Copy link
Collaborator

bors commented Jul 31, 2023

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 31, 2023
@workingjubilee workingjubilee deleted the rollup-pp6uayu branch July 31, 2023 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants